derelict.glib.gregex

Undocumented in source.

Members

Aliases

GMatchInfo
alias GMatchInfo = _GMatchInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRegex
alias GRegex = _GRegex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRegexCompileFlags
alias GRegexCompileFlags = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRegexError
alias GRegexError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRegexEvalCallback
alias GRegexEvalCallback = int function(const(_GMatchInfo)*, _GString*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRegexMatchFlags
alias GRegexMatchFlags = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_expand_references
alias da_g_match_info_expand_references = gchar* function(const(GMatchInfo)* match_info, const(gchar)* string_to_expand, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_fetch
alias da_g_match_info_fetch = gchar* function(const(GMatchInfo)* match_info, gint match_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_fetch_all
alias da_g_match_info_fetch_all = gchar** function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_fetch_named
alias da_g_match_info_fetch_named = gchar* function(const(GMatchInfo)* match_info, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_fetch_named_pos
alias da_g_match_info_fetch_named_pos = gboolean function(const(GMatchInfo)* match_info, const(gchar)* name, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_fetch_pos
alias da_g_match_info_fetch_pos = gboolean function(const(GMatchInfo)* match_info, gint match_num, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_free
alias da_g_match_info_free = void function(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_get_match_count
alias da_g_match_info_get_match_count = gint function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_get_regex
alias da_g_match_info_get_regex = GRegex* function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_get_string
alias da_g_match_info_get_string = const(gchar)* function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_is_partial_match
alias da_g_match_info_is_partial_match = gboolean function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_matches
alias da_g_match_info_matches = gboolean function(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_next
alias da_g_match_info_next = gboolean function(GMatchInfo* match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_ref
alias da_g_match_info_ref = GMatchInfo* function(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_match_info_unref
alias da_g_match_info_unref = void function(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_check_replacement
alias da_g_regex_check_replacement = gboolean function(const(gchar)* replacement, gboolean* has_references, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_error_quark
alias da_g_regex_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_escape_nul
alias da_g_regex_escape_nul = gchar* function(const(gchar)* string, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_escape_string
alias da_g_regex_escape_string = gchar* function(const(gchar)* string, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_capture_count
alias da_g_regex_get_capture_count = gint function(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_compile_flags
alias da_g_regex_get_compile_flags = GRegexCompileFlags function(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_has_cr_or_lf
alias da_g_regex_get_has_cr_or_lf = gboolean function(const GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_match_flags
alias da_g_regex_get_match_flags = GRegexMatchFlags function(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_max_backref
alias da_g_regex_get_max_backref = gint function(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_pattern
alias da_g_regex_get_pattern = const(gchar)* function(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_get_string_number
alias da_g_regex_get_string_number = gint function(const(GRegex)* regex, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_match
alias da_g_regex_match = gboolean function(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_match_all
alias da_g_regex_match_all = gboolean function(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_match_all_full
alias da_g_regex_match_all_full = gboolean function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_match_full
alias da_g_regex_match_full = gboolean function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_match_simple
alias da_g_regex_match_simple = gboolean function(const(gchar)* pattern, const(gchar)* string, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_new
alias da_g_regex_new = GRegex* function(const(gchar)* pattern, GRegexCompileFlags compile_options, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_ref
alias da_g_regex_ref = GRegex* function(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_replace
alias da_g_regex_replace = gchar* function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_replace_eval
alias da_g_regex_replace_eval = gchar* function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GRegexEvalCallback eval, gpointer user_data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_replace_literal
alias da_g_regex_replace_literal = gchar* function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_split
alias da_g_regex_split = gchar** function(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_split_full
alias da_g_regex_split_full = gchar** function(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, gint max_tokens, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_split_simple
alias da_g_regex_split_simple = gchar** function(const(gchar)* pattern, const(gchar)* string, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_regex_unref
alias da_g_regex_unref = void function(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
enum _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_match_info_expand_references
gchar* g_match_info_expand_references(const(GMatchInfo)* match_info, const(gchar)* string_to_expand, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch
gchar* g_match_info_fetch(const(GMatchInfo)* match_info, gint match_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_all
gchar** g_match_info_fetch_all(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named
gchar* g_match_info_fetch_named(const(GMatchInfo)* match_info, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named_pos
gboolean g_match_info_fetch_named_pos(const(GMatchInfo)* match_info, const(gchar)* name, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_pos
gboolean g_match_info_fetch_pos(const(GMatchInfo)* match_info, gint match_num, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_free
void g_match_info_free(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_match_count
gint g_match_info_get_match_count(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_regex
GRegex* g_match_info_get_regex(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_string
const(gchar)* g_match_info_get_string(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_is_partial_match
gboolean g_match_info_is_partial_match(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_matches
gboolean g_match_info_matches(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_next
gboolean g_match_info_next(GMatchInfo* match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_ref
GMatchInfo* g_match_info_ref(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_unref
void g_match_info_unref(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_check_replacement
gboolean g_regex_check_replacement(const(gchar)* replacement, gboolean* has_references, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_error_quark
GQuark g_regex_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_nul
gchar* g_regex_escape_nul(const(gchar)* string, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_string
gchar* g_regex_escape_string(const(gchar)* string, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_capture_count
gint g_regex_get_capture_count(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_compile_flags
GRegexCompileFlags g_regex_get_compile_flags(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_has_cr_or_lf
gboolean g_regex_get_has_cr_or_lf(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_match_flags
GRegexMatchFlags g_regex_get_match_flags(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_max_backref
gint g_regex_get_max_backref(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_pattern
const(gchar)* g_regex_get_pattern(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_string_number
gint g_regex_get_string_number(const(GRegex)* regex, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match
gboolean g_regex_match(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all
gboolean g_regex_match_all(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all_full
gboolean g_regex_match_all_full(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_full
gboolean g_regex_match_full(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_simple
gboolean g_regex_match_simple(const(gchar)* pattern, const(gchar)* string, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_new
GRegex* g_regex_new(const(gchar)* pattern, GRegexCompileFlags compile_options, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_ref
GRegex* g_regex_ref(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace
gchar* g_regex_replace(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_eval
gchar* g_regex_replace_eval(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, GRegexEvalCallback eval, gpointer user_data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_literal
gchar* g_regex_replace_literal(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split
gchar** g_regex_split(const(GRegex)* regex, const(gchar)* string, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_full
gchar** g_regex_split_full(const(GRegex)* regex, const(gchar)* string, gssize string_len, gint start_position, GRegexMatchFlags match_options, gint max_tokens, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_simple
gchar** g_regex_split_simple(const(gchar)* pattern, const(gchar)* string, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_unref
void g_regex_unref(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_match_info_expand_references
da_g_match_info_expand_references g_match_info_expand_references;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch
da_g_match_info_fetch g_match_info_fetch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_all
da_g_match_info_fetch_all g_match_info_fetch_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named
da_g_match_info_fetch_named g_match_info_fetch_named;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named_pos
da_g_match_info_fetch_named_pos g_match_info_fetch_named_pos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_pos
da_g_match_info_fetch_pos g_match_info_fetch_pos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_free
da_g_match_info_free g_match_info_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_match_count
da_g_match_info_get_match_count g_match_info_get_match_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_regex
da_g_match_info_get_regex g_match_info_get_regex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_string
da_g_match_info_get_string g_match_info_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_is_partial_match
da_g_match_info_is_partial_match g_match_info_is_partial_match;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_matches
da_g_match_info_matches g_match_info_matches;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_next
da_g_match_info_next g_match_info_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_ref
da_g_match_info_ref g_match_info_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_unref
da_g_match_info_unref g_match_info_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_check_replacement
da_g_regex_check_replacement g_regex_check_replacement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_error_quark
da_g_regex_error_quark g_regex_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_nul
da_g_regex_escape_nul g_regex_escape_nul;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_string
da_g_regex_escape_string g_regex_escape_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_capture_count
da_g_regex_get_capture_count g_regex_get_capture_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_compile_flags
da_g_regex_get_compile_flags g_regex_get_compile_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_has_cr_or_lf
da_g_regex_get_has_cr_or_lf g_regex_get_has_cr_or_lf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_match_flags
da_g_regex_get_match_flags g_regex_get_match_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_max_backref
da_g_regex_get_max_backref g_regex_get_max_backref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_pattern
da_g_regex_get_pattern g_regex_get_pattern;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_string_number
da_g_regex_get_string_number g_regex_get_string_number;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match
da_g_regex_match g_regex_match;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all
da_g_regex_match_all g_regex_match_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all_full
da_g_regex_match_all_full g_regex_match_all_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_full
da_g_regex_match_full g_regex_match_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_simple
da_g_regex_match_simple g_regex_match_simple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_new
da_g_regex_new g_regex_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_ref
da_g_regex_ref g_regex_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace
da_g_regex_replace g_regex_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_eval
da_g_regex_replace_eval g_regex_replace_eval;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_literal
da_g_regex_replace_literal g_regex_replace_literal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split
da_g_regex_split g_regex_split;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_full
da_g_regex_split_full g_regex_split_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_simple
da_g_regex_split_simple g_regex_split_simple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_unref
da_g_regex_unref g_regex_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GMatchInfo
struct _GMatchInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GRegex
struct _GRegex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta